home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>5.6.  Paths and SVG files</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" />
- <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
- <link rel="start" href="index.html" title="GNU Image Manipulation Program" />
- <link rel="up" href="gimp-using-paths.html" title="5.  Paths" />
- <link rel="prev" href="ch07s05s05.html" title="5.5.  Paths and Text" />
- <link rel="next" href="gimp-concepts-brushes.html" title="6.  Brushes" />
- </head>
- <body>
- <div class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center">5.6. 
- <span lang="en" xml:lang="en">Paths and <acronym class="acronym">SVG</acronym> files</span>
- </th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="ch07s05s05.html"><img src="../images/prev.png" alt="Prev" /></a> </td>
- <th width="60%" align="center">5. 
-
- <span lang="en" xml:lang="en">Paths</span>
- </th>
- <td width="20%" align="right"> <a accesskey="n" href="gimp-concepts-brushes.html"><img src="../images/next.png" alt="Next" /></a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="id2594083"></a>5.6. 
- <span lang="en" xml:lang="en">Paths and <acronym class="acronym">SVG</acronym> files</span>
- </h3>
- </div>
- </div>
- </div>
- <p>
- SVG, standing for “<span class="quote">Scalable Vector Graphics</span>”, is an
- increasingly popular file format for <span class="emphasis"><em>vector
- graphics</em></span>, in which graphical elements are represented in a
- resolution-independent format, in contrast to <span class="emphasis"><em>raster
- graphics</em></span>; in which graphical elements are represented as
- arrays of pixels. GIMP is mainly a raster graphics program, but paths
- are vector entities.
- </p>
- <p>
- Fortunately, paths are represented in <acronym class="acronym">SVG</acronym> files in
- almost exactly the same way they are represented in GIMP. (Actually
- fortune has nothing to do with it: GIMP's path handling was rewritten
- for GIMP 2.0 with SVG paths in mind.) This compatibility makes it
- possible to store GIMP paths as <acronym class="acronym">SVG</acronym> files without
- losing any information. You can access this capability in the Paths
- dialog.
- </p>
- <p>
- It also means that GIMP can create paths from
- <acronym class="acronym">SVG</acronym> files saved in other programs, such as
- <span class="application">Inkscape</span> or
- <span class="application">Sodipodi</span>,
- two popular open-source vector graphics applications. This is nice
- because those programs have much more powerful path-manipulation tools
- than GIMP does. You can import a path from an <acronym class="acronym">SVG</acronym>
- file using the Paths dialog.
- </p>
- <p>
- The <acronym class="acronym">SVG</acronym>
- format handles many other graphical elements than just paths: among
- other things, it handles figures such as squares, rectangles, circles,
- ellipses, regular polygons, etc. GIMP 2.0 cannot do anything with these
- entities, but GIMP 2.2 can load them as paths.
- </p>
- <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Note">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Note]" src="../images/note.png" />
- </td>
- <th align="left">Note</th>
- </tr>
- <tr>
- <td align="left" valign="top">
- <p>
- Creating paths is not the only thing GIMP can do with
- <acronym class="acronym">SVG</acronym> files. It can also open
- <acronym class="acronym">SVG</acronym> files as GIMP images, in the usual way.
- </p>
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="ch07s05s05.html"><img src="../images/prev.png" alt="Prev" /></a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="gimp-using-paths.html">
- <img src="../images/up.png" alt="Up" />
- </a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="gimp-concepts-brushes.html"><img src="../images/next.png" alt="Next" /></a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top"><a accesskey="p" href="ch07s05s05.html">5.5. 
- <span lang="en" xml:lang="en">Paths and Text</span>
- </a> </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">
- <img src="../images/home.png" alt="Home" />
- </a>
- </td>
- <td width="40%" align="right" valign="top"> <a accesskey="n" href="gimp-concepts-brushes.html">6. 
- <span lang="en" xml:lang="en">Brushes</span>
- </a></td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-